From f452edaadbd3723469b37a7ee23fb2ae0f57e243 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 4 Oct 2024 15:29:51 -0500 Subject: [PATCH] Install the extra testing dependencies when testing --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index eb2c654..1157ad9 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,9 @@ deps = twine # coverage +# Use the "test" optional-dependency +extras = test + # Tell coverage to turn on and append results so that when we # test we don't lose coverage due to warnings of previously having # imported a module. Necessary for testing fixtures. -- 2.34.1